home *** CD-ROM | disk | FTP | other *** search
- @echo off
- \play\memtst.exe B483456 O2300
- if errorlevel = 1 goto XXMEMXX
- if errorlevel = 0 goto XXWEITERXX
- :XXMEMXX
- echo
- echo As you see above, there is an error which might cause problems.
- echo Either you did not have enough BASE memory, or something
- echo different. You might now try to start the 3D menu anyway, but
- echo this could (and most often will) cause some problems.
- echo You might try to start the 3D menu WITHOUT sound.
- :XXASKXX
- \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
- if errorlevel = 25 goto XXWEITERXX
- if errorlevel = 14 goto YYWEITERYY
- goto XXASKXX
- :XXWEITERXX
- \play\tstsub c:\hrglbrgl 8000
- if errorlevel = 1 goto XXSUBXX
- if errorlevel = 0 goto XXSTART
- :XXSUBXX
- echo
- echo You need more space on your drive C: Its really not that much
- echo space you need, but its worth to see the 3D Menu. You might now
- echo try to start the 3D menu anyway, but this could (and most often
- echo will) cause some problems.
- :XXAKKXX
- \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
- if errorlevel = 25 goto XXSTART
- if errorlevel = 14 goto YYWEITERYY
- goto XXAKKXX
- :XXSTART
- \play\sbdetect.exe
- if errorlevel = 10 goto XXNOSB
- if errorlevel = 1 goto XXBEGIN
- :XXNOSB
- echo
- echo It seems that you did not have a SounBlaster installed,
- echo but music in the 3D menu will only work WITH SoundBlaster.
- echo So it might be the case, that the menu will now crash if you
- echo try to continue. Anyway: There is the chance, that you have
- echo a SoundBlaster installed and this program did not recognize
- echo it. So it's up to you to decide...
- :XXBKKXX
- \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
- if errorlevel = 25 goto XXBEGIN
- if errorlevel = 14 goto YYWEITERYY
- goto XXBKKXX
- :XXBEGIN
- SET XXJOY=
- \play\ec.exe Do you want to play with Joystick? (Y/N)
- if errorlevel = 25 set XXJOY=j
- cd \menue3d
- menue.bat s1 t %XXJOY%
- :YYWEITERYY
- cd \
- ee.bat %1 %2 %3 %4
-